home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickDraw GX / Programming Stuff / MPW tips < prev    next >
Encoding:
Text File  |  1995-07-11  |  1.5 KB  |  29 lines  |  [TEXT/ttxt]

  1.  
  2. MPW Tips
  3. 7 July 1995
  4.  
  5.  
  6. Setting up your development environment for MPW 3.3.1 (from ETO#18)
  7.  
  8. This file will help you get started building the QuickDraw GX sample code using MPW 3.3.1 from ETO#18.  You'll probably be able to set things up on your own, but here's how to proceed if you're not quite sure what to do with all this stuff.
  9.  
  10. All of the files mentioned here are in folders within the GX SDK's "Programming Stuff" folder.  Also required is the "Latest" Universal Interfaces folder from ETO#18 or MacOS SDK #4.  If your starting with the "latert" MPW from the ETO#18 CD, then there's not much that you need to do.  The latest version of the Universal Interfaces now include new GX interfaces.  The GX interfaces have been simplefied, renamed and improved.  We strongly recommend that you update your code to include these new interfaces.  Please read the file "GX Libs & Tools - Read Me" for more information on the new GX interfaces.
  11.  
  12.  
  13. In the "MPW" folder:
  14.  
  15. Copy the contents of following folders from the GX SDK "Programming Stuff" folder into "System Extras Headers" into the indicated folder.
  16.     GXLibraries                                 into {MPW}
  17.     GX Compatibility Interfaces    into {CIncludes}
  18.     RIncludes                                    into {RIncludes}
  19.     PPCLibraries                               into {PPCLibraries}
  20.  
  21.  
  22. Other options
  23.  
  24. To turn debugging on for both your code and the GX libraries, you should add the following to your compiler command line:
  25.  
  26. -d debugging 
  27.  
  28.  
  29.